home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / logcopy.zip / SETDIR.INT < prev    next >
Text File  |  1992-08-03  |  391b  |  13 lines

  1. INTERFACE;
  2.  
  3.   UNIT SETDIR( net_alloc_temp_base );
  4.  
  5.   Function   net_alloc_temp_base( Drivename   : char;
  6.                                   Sourcebase  : Integer;
  7.                                   Const Path  : Lstring;
  8.                                   Var Newbase : Integer;
  9.                                   Var mask    : Integer  ):Integer;
  10.  
  11.  
  12. END;  (* interface of SETDIR *)
  13.